by @kodeazy

flutter unable to debug in visual studio DEBUG CONSOLE dart file

Home » flutter » flutter unable to debug in visual studio DEBUG CONSOLE dart file

Debug error Image

To resolve this I followed the below steps

  • first checked flutter extension is installed or not in visual studio.
  • Now executed flutter doctorcommand got the below error Debug error Image
  • Now executed below two commands in terminal.

    flutter channel master
    flutter upgrade
  • Output after debugging

Debug Image